home *** CD-ROM | disk | FTP | other *** search
- Path: blue.usps.gov!news
- From: Craig Johnson <cjohnso7@email.usps.gov>
- Newsgroups: comp.lang.c++
- Subject: STL and VC 4.0
- Date: Thu, 18 Jan 1996 10:30:58 -0500
- Organization: U.S. Postal Service
- Message-ID: <30FE67B2.3196@email.usps.gov>
- NNTP-Posting-Host: wbissc006.usps.gov
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (WinNT; I)
-
- I just got the book C++ Programmer's Guide to the Standard
- Template Library, read the first 150 pages, and am trying to
- used the vector template. I am using Visual C++ 4.0 and I get
- the following errors.
-
- d:\apps32\msdev\stl\iterator.h(65) : warning C4114: same type
- qualifier used more than once
- d:\apps32\msdev\stl\defalloc.h(124) : error C2661: 'new' : no
- overloaded function takes 2 parameters
-
- I did what README.WRI said to do with the namespace
- stuff. The warning is sort of benign so I don't care
- that much about it but how do I resolve the error. Anybody have
- an idea. Please respond by email.
- --
- Thanks in advance,
- Craig Johnson
- cjohnso7@email.usps.gov
-